home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / log < prev    next >
Text File  |  2006-05-02  |  2KB  |  41 lines

  1.  
  2. LOG OPEN %|[-noopen] [-autoopen] [-window] [-<server tag>] [-targets <targets>] [-colors] <fname> [<levels>]
  3. LOG CLOSE %|<id>|<file>
  4. LOG START %|<id>|<file>
  5. LOG STOP %|<id>|<file>
  6.  
  7.      -noopen: Create the entry to log list, but don't start logging
  8.      -autoopen: Automatically open this log file at startup
  9.      -<server tag>: Targets are logged only in this server
  10.      -targets: Log only in specified channels/nicks (space separated list)
  11.      -window: Log output in the window. Active window is used by default, or
  12.               you can give the window's refnum in -targets.
  13.      <filename>: File name where to log, it is parsed with
  14.                  strftime(), so %%d=day, etc. see "man strftime" for
  15.                  more info.
  16.      <levels>: Defaults to ALL
  17.      <id>: ID number of log.   
  18.  
  19. /SET log_create_mode <mode> - Specifies what file mode to use with
  20.      the created log files. Default is 0644.
  21.  
  22. All of these are parsed with strftime(): /SET log_timestamp <text> - Specifies the time stamp format.
  23.      Default is "%%H:%%M ".
  24. /SET log_open_string <text> - Text written to log when it's opened /SET log_close_string <text> - Text written to log when it's closed /SET log_day_changed <text> - Text written to log when day changes
  25.  
  26. NOTE: Log files are locked after opened, so two Irssis can't accidentally try to write to the same log file.
  27.  
  28. Examples:
  29.         
  30. /LOG OPEN -targets cras ~/irclogs/cras.log MSGS
  31.      - Logs all messages from/to nick `cras'
  32.  
  33. /LOG OPEN -targets #linux ~/irclogs/linux/linux-%%Y-%%m-%%d
  34.      - Logs all messages in channel #linux. Log is rotated daily, so
  35.        logs in 1. May 2000 goes to file "linux-2000-05-01", when the
  36.        day is changed, Irssi closes the log and starts logging to
  37.        "linux-2000-05-02" etc.
  38.  
  39. See also: SET LOG, WINDOW LOG
  40.  
  41.